home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_m / mx_202.zip / GO.BAT < prev    next >
DOS Batch File  |  1992-05-09  |  909b  |  26 lines

  1. @echo off
  2. rem - GO.BAT - used to display the INTRO.TXT file and then start METRIC-X
  3. cls
  4. echo  
  5. echo        ╔═══════════════════════════════════════════════════════════╗
  6. echo        ║ Welcome to   METRIC-X (tm)    Metric Conversion Shareware ║
  7. echo        ╚═══════════════════════════════════════════════════════════╝
  8. echo  
  9. echo             Member: Association of Shareware Professionals (ASP)
  10. echo  
  11. echo                Author Memberships include: IEEE, ANMC & USMA
  12. echo  
  13. echo       ┌─────────────────────────────────────────────────────────────┐
  14. echo       │ This DOS Batch file will first display the  INTRO.TXT  file │
  15. echo       │ and will then run the  METRIC-X  program (the MX.EXE file). │
  16. echo       └─────────────────────────────────────────────────────────────┘
  17. echo                       Ctrl+C  to ABORT & EXIT to DOS
  18. echo  
  19. echo  
  20. pause
  21. cls
  22. type INTRO.TXT
  23. pause
  24. MX
  25. cls
  26.